/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  6
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       polyBoundaryMesh;
    location    "2/polyMesh";
    object      boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

6
(
    inlet
    {
        type            patch;
        inGroups        1(wall);
        nFaces          121;
        startFace       3710389;
    }
    outlet
    {
        type            patch;
        inGroups        1(wall);
        nFaces          20080;
        startFace       3710510;
    }
    wall_heatplate
    {
        type            wall;
        inGroups        1(wall);
        nFaces          22500;
        startFace       3730590;
    }
    wall_lower
    {
        type            wall;
        inGroups        1(wall);
        nFaces          40501;
        startFace       3753090;
    }
    wall_nozzle
    {
        type            wall;
        inGroups        1(wall);
        nFaces          320;
        startFace       3793591;
    }
    wall_orificeplate
    {
        type            wall;
        inGroups        1(wall);
        nFaces          62880;
        startFace       3793911;
    }
)

// ************************************************************************* //
